home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / alrtthis.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1998-11-18  |  127 b   |  9 lines

  1. on mouseDown
  2.   if buttonClick(9) then
  3.     tell the stage
  4.       closeAlertWin()
  5.       return "Cancel"
  6.     end tell
  7.   end if
  8. end
  9.